home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 May / EnigmA AMIGA RUN 27 (1998)(G.R. Edizioni)(IT)[!][issue 1998-05].iso / recent2 / makeft.readme < prev    next >
Text File  |  1998-04-19  |  1KB  |  31 lines

  1. Short:    Make FTP script for UNIX system (V1.2)
  2. Author:   domagal@uci.agh.edu.pl (Grzegorz Fitrzyk)
  3. Uploader: domagal@uci.agh.edu.pl (Grzegorz Fitrzyk)
  4. Type:     comm/misc
  5.  
  6. If you have rights to use account on UNIX based system and you're
  7. coming to internet by phone line, it will be very good way for you
  8. to save some money. Autor of this script is collecting some part
  9. of recent files which he will to download, and from time to time
  10. he is making script with many NCFTP commands. After it hi upload
  11. it to his account on UNIX system and turn it on.
  12. Now hi turn off modem, and wait some time, and later hi doing FTP
  13. to his account and download all files.
  14. This script is doing from RECENT file script for UNIX based system.
  15. For example, every line of your RECENT file it will change to chain
  16. of command:
  17. orginal line of RECENT file:
  18.  
  19. ...
  20. WatchWatcher.lha   util/time   14K+Checks your clock's sanity V1.3 By F.Ultra
  21. ...
  22.  
  23. after use MakeFTPScript.rexx
  24.  
  25. ...
  26. ncftp ftp.wustl.edu:pub/aminet/util/time/WatchWatcher.lha
  27. ncftp ftp.wustl.edu:pub/aminet/util/time/WatchWatcher.readme
  28. ...
  29.  
  30. New feature! The script count total size of requested files.
  31.